object PersonalInfo: TPersonalInfo Left = 226 Top = 157 ActiveControl = Edit1 BorderStyle = bsDialog Caption = 'Personal Information' ClientHeight = 361 ClientWidth = 500 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter OnPaint = PaintForm TextHeight = 13 object Label1: TLabel Left = 24 Top = 16 Width = 37 Height = 13 Caption = '&Name:' end object Label2: TLabel Left = 24 Top = 48 Width = 50 Height = 13 Caption = '&Address:' end object Label3: TLabel Left = 24 Top = 80 Width = 26 Height = 13 Caption = '&City:' end object Label4: TLabel Left = 256 Top = 80 Width = 35 Height = 13 Caption = '&State:' end object Label5: TLabel Left = 344 Top = 80 Width = 23 Height = 13 Caption = '&Zip:' end object Label6: TLabel Left = 24 Top = 120 Width = 77 Height = 13 Caption = '&Home Phone:' end object Label7: TLabel Left = 240 Top = 120 Width = 75 Height = 13 Caption = '&Work Phone:' end object Label8: TLabel Left = 24 Top = 160 Width = 83 Height = 13 Caption = 'Marital Status:' end object Label9: TLabel Left = 240 Top = 160 Width = 73 Height = 13 Caption = 'Dependents:' end object OKButton: TButton Left = 112 Top = 320 Width = 89 Height = 33 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 12 end object CancelButton: TButton Left = 248 Top = 320 Width = 89 Height = 33 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 13 OnClick = CancelClick end object GroupBox2: TGroupBox Left = 240 Top = 192 Width = 185 Height = 105 Caption = 'Preferences' TabOrder = 11 object CheckBox1: TCheckBox Left = 16 Top = 24 Width = 97 Height = 17 Caption = 'Nights' TabOrder = 0 end object CheckBox2: TCheckBox Left = 16 Top = 48 Width = 97 Height = 17 Caption = 'Weekends' TabOrder = 1 end object CheckBox3: TCheckBox Left = 16 Top = 72 Width = 97 Height = 17 Caption = 'Fill-in' TabOrder = 2 end end object RadioGroup1: TRadioGroup Left = 24 Top = 192 Width = 185 Height = 105 Caption = 'Recruiting' TabOrder = 7 end object RadioButton1: TRadioButton Left = 40 Top = 216 Width = 113 Height = 17 Caption = 'Agency' TabOrder = 8 end object RadioButton2: TRadioButton Left = 40 Top = 240 Width = 113 Height = 17 Caption = 'Advertisement' TabOrder = 9 end object RadioButton3: TRadioButton Left = 40 Top = 264 Width = 113 Height = 17 Caption = 'Walk-In' TabOrder = 10 end object Edit1: TEdit Left = 112 Top = 16 Width = 233 Height = 20 TabOrder = 0 end object Edit2: TEdit Left = 112 Top = 48 Width = 233 Height = 20 TabOrder = 1 OnEnter = Edit2Enter end object Edit3: TEdit Left = 112 Top = 80 Width = 137 Height = 20 TabOrder = 2 end object Edit4: TEdit Left = 296 Top = 80 Width = 41 Height = 20 TabOrder = 3 end object Edit5: TEdit Left = 376 Top = 80 Width = 73 Height = 20 TabOrder = 4 end object SpinEdit1: TSpinEdit Left = 328 Top = 152 Width = 65 Height = 22 MaxValue = 20 MinValue = 0 TabOrder = 6 Value = 0 end object ComboBox1: TComboBox Left = 112 Top = 152 Width = 113 Height = 21 ItemHeight = 13 TabOrder = 5 Text = ' ' end object MaskEdit1: TMaskEdit Left = 112 Top = 112 Width = 105 Height = 20 EditMask = '!\(999\)000-0000;0;' MaxLength = 13 TabOrder = 14 end object MaskEdit2: TMaskEdit Left = 320 Top = 112 Width = 105 Height = 20 AutoSelect = False EditMask = '!\(999\)000-0000;0;' MaxLength = 13 TabOrder = 15 end end